Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DO NOT MERGE: CHEF-12879 Kitchen integration with InSpec 6 #299

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

Nik08
Copy link
Contributor

@Nik08 Nik08 commented Sep 2, 2024

DO NOT MERGE:

Description

  • Upgrade Inspec version to major version 6
  • Enable the ability to set chef_license_key using Kitchen
  • Enable the ability to set chef_license_server using Kitchen

Via Kitchen kitchen.yaml
To configure verifier block with chef_license_key :

verifier:
  name: inspec
  chef_license_key: LICENSE_KEY

To configure verifier block with chef_license_server :

Multiple URLS

verifier:
  name: inspec
  chef_license_key: LICENSE_KEY
  chef_license_server:
    - https://test-url-1
    - https://test-url-2

Or

Single URL

verifier:
  name: inspec
  chef_license_key: LICENSE_KEY
  chef_license_server: https://test-url-1

Check List

@Nik08 Nik08 changed the title CHEF-12880 Upgrade InSpec version 6 [W.I.P] CHEF-12880 Upgrade InSpec version 6 Sep 2, 2024
@Nik08 Nik08 self-assigned this Sep 2, 2024
@Nik08 Nik08 changed the title [W.I.P] CHEF-12880 Upgrade InSpec version 6 [W.I.P] CHEF-12880 Kitchen integration with InSpec 6 Sep 13, 2024
@Nik08 Nik08 changed the title [W.I.P] CHEF-12880 Kitchen integration with InSpec 6 [W.I.P] CHEF-12879 Kitchen integration with InSpec 6 Sep 13, 2024
@Nik08 Nik08 changed the title [W.I.P] CHEF-12879 Kitchen integration with InSpec 6 [W.I.P] CHEF-12880 Kitchen integration with InSpec 6 Sep 16, 2024
@Nik08 Nik08 changed the title [W.I.P] CHEF-12880 Kitchen integration with InSpec 6 [W.I.P] CHEF-12879 Kitchen integration with InSpec 6 Sep 16, 2024
@Nik08 Nik08 changed the title [W.I.P] CHEF-12879 Kitchen integration with InSpec 6 CHEF-12879 Kitchen integration with InSpec 6 Sep 24, 2024
@Nik08 Nik08 added the Expeditor: Bump Version Major Used by github.major_bump_labels to bump the Major version number. label Sep 25, 2024
@Nik08 Nik08 changed the title CHEF-12879 Kitchen integration with InSpec 6 DO NOT MERGE: CHEF-12879 Kitchen integration with InSpec 6 Sep 25, 2024
@Nik08 Nik08 requested review from a team, clintoncwolfe and ahasunos and removed request for a team September 26, 2024 09:41
@Nik08 Nik08 force-pushed the nm/inspec-version-upgrade branch from 93986b9 to c5f4f13 Compare October 4, 2024 09:44
@Nik08 Nik08 force-pushed the nm/inspec-version-upgrade branch from c5f4f13 to 929d8a7 Compare October 4, 2024 09:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Expeditor: Bump Version Major Used by github.major_bump_labels to bump the Major version number.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants